If k is real, discuss the nature of the roots of the polynomial equation:
(2x² + kx + k)/2 = 0
First, let's simplify the equation:
(2x² + kx + k)/2 = 0
Multiply both sides by 2:
2x² + kx + k = 0
This is a quadratic equation of the form:
ax² + bx + c = 0
Where:
a = 2, b = k, c = k
The nature of roots is determined by the discriminant (D):
D = b² - 4ac
Substitute our values:
D = k² - 4(2)(k) = k² - 8k
Let's find when D is positive, zero, or negative:
k² - 8k > 0 → k(k - 8) > 0
This inequality holds when k < 0 or k > 8
k² - 8k = 0 → k = 0 or k = 8
k² - 8k < 0 → 0 < k < 8
Find a polynomial equation of minimum degree with rational coefficients, having:
2 + √3i
as a root.
For polynomials with rational coefficients, complex roots come in conjugate pairs.
If 2 + √3i is a root, then 2 - √3i must also be a root.
Create factors from the roots:
x - (2 + √3i)
x - (2 - √3i)
Multiply them together:
[x - (2 + √3i)][x - (2 - √3i)]
This is a difference of squares pattern:
(x - 2)² - (√3i)²
Expand the expression:
(x - 2)² - (√3i)² = x² - 4x + 4 - (3i²)
Since i² = -1:
x² - 4x + 4 - (3)(-1) = x² - 4x + 4 + 3 = x² - 4x + 7
The minimal polynomial is:
x² - 4x + 7 = 0
Find a polynomial equation of minimum degree with rational coefficients, having:
3 + 2i
as a root.
The conjugate root is 3 - 2i.
[x - (3 + 2i)][x - (3 - 2i)]
(x - 3)² - (2i)² = x² - 6x + 9 - (4i²)
= x² - 6x + 9 - (4)(-1) = x² - 6x + 9 + 4 = x² - 6x + 13
x² - 6x + 13 = 0
Find a polynomial equation of minimum degree with rational coefficients, having:
√5 - √3
as a root.
x = √5 - √3
x + √3 = √5
(x + √3)² = (√5)²
x² + 2√3x + 3 = 5
x² + 2√3x = 2
2√3x = 2 - x²
(2√3x)² = (2 - x²)²
12x² = 4 - 4x² + x⁴
x⁴ - 16x² + 4 = 0
Prove that a straight line and parabola cannot intersect at more than two points.
Let's consider:
Parabola: y = ax² + bx + c (a ≠ 0)
Line: y = mx + d
Set the y-values equal:
ax² + bx + c = mx + d
Rearrange:
ax² + (b - m)x + (c - d) = 0
This is a quadratic equation in x. The maximum number of real solutions is 2.
Therefore, a line and parabola can intersect at:
A straight line and parabola can intersect at most at two points.